home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
full.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
505b
|
67 lines
full(1) Scilab Function full(1)
NAME
full - sparse to full matrix conversion
CALING SEQUENCE
X=full(sp)
PARAMETERS
sp : real or complex sparse (or full) matrix
X : full matrix
DESCRIPTION
X=full(sp) converts the sparse matrix sp into its full representation. (If
sp is already full then X equals sp).
EXAMPLE
sp=sparse([1,2;5,4;3,1],[1,2,3]);
A=full(sp)
SEE ALSO
sparse, sprand, speye